Skip to content

Fix GitHub actions warnings#95

Merged
andygrove merged 2 commits into
apache:masterfrom
martin-g:fix-github-actions-warnings
Dec 1, 2022
Merged

Fix GitHub actions warnings#95
andygrove merged 2 commits into
apache:masterfrom
martin-g:fix-github-actions-warnings

Conversation

@martin-g
Copy link
Copy Markdown
Member

@martin-g martin-g commented Dec 1, 2022

Which issue does this PR close?

Closes #94 .

Rationale for this change

Reduce warnings from Github actions.

What changes are included in this PR?

Update github actions to their latest versions to solve some of the warnings.
Added a dependabot config that will send PRs whenever a new version of an action is available.

Are there any user-facing changes?

No.

Add dependabot.yml for keeping them up-to-date. Also for the Rust
dependencies.

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@martin-g
Copy link
Copy Markdown
Member Author

martin-g commented Dec 1, 2022

Note that there are still some warnings due to actions-rs/toolchain. Since it is not maintained anymore I'd suggest to replace it with https://github.com/dtolnay/rust-toolchain

Copy link
Copy Markdown
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @martin-g

@andygrove andygrove merged commit d1884a8 into apache:master Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Github actions produce a lot of warnings

2 participants